﻿@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;		/* 网页上边距 */
	margin-bottom: 0px;	/* 网页底边距 */
	margin-left: 0px;	/* 网页左边距 */
	margin-right: 0px;	/* 网页右边距 */
	background-color: #cccccc;					/* 网页背景颜色 */
	font-size: 12px;												/* 网页字体大小 */
	font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color: #000000;												/* 网页文本颜色 */
	line-height: 120%;											/* 标准行高 */
}
/* 一般超级链接 */
a {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	text-decoration: none;
}				/* 链接属性 */
a:hover {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	text-decoration: underline;
}	/* 鼠标悬停时链接属性 */
a.head {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
a.head:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}
a.pro {
	color: #F5F4F4;
	text-decoration: none;
}
a.pro:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*去掉热点地图上的区域线框与超链接的线框*/
a {
blr:expression(this.onFocus=this.blur())
}
area {
blr:expression(this.onFocus=this.blur())
}
/*表格属性*/
table {
	font-size: 12px;
	line-height: 18px;
	border-collapse: collapse;/*自动把相同的边框线合并*/
}
/*边距离*/
.padding {
	padding: 5px;
}
/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0px;				/* 图像边框大小 */
	border-color: #000000;	/* 图像边框颜色 */
	border-style: solid;		/* 图像边框线条 */
}
.contentbody img { max-width:100%;}
.i {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, 宋体, sans-serif;
	color: #000000;					/* 边框线条样式 */
	border: 1px solid #666666;							/* 边框线条大小 */
	background-color: #F5F5F5;			/* 背景颜色 */
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.title_12 {
	color: #ff3300;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为12像素 */
.title_16 {
	color: #ff3300;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为16像素 */
/* 红色字 */
.text_red12 {
	color: #ff0000;
	font-size: 12px;
	line-height: 120%;
}
.text_red14 {
	color: #611d0c;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}
/* 蓝色字 */
.text_blue14 {
	color: #0000ff;
	font-size: 14px;
	line-height: 120%;
}
/* 黑色字 */
.text_black12 {
	color: #000000;
	font-size: 12px;
	line-height: 120%;
}
.text_black14 {
	color: #000000;
	font-size: 14px;
	line-height: 120%;
}
.text_white12 {
	color: #ffffff;
	font-size: 12px;
	line-height: 120%;
}
.text_white14 {
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
}
.text_div			/* 文本区样式 */ {
	font-family: arial;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC;
	clear: both;
}
.prolist { margin:auto; }
.prolist ul {}
.prolist ul li { float:left; border:1px #ccc solid; border-radius:8px; margin-left:5px; margin-right:5px; margin-bottom:20px; }
.prolist ul li:hover { border:1px #F60 solid;-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.49);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.49);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.49); }
.prolist ul li img { width:220px; height:220px; }

.homenews { margin-top:8px; margin-bottom:8px; }
.homenews td { border-bottom:1px #ccc dotted; }

.homelink { margin-top:12px; margin-bottom:12px; }
.homelink td { padding-left:5px; padding-right:5px; }









